![]() | ![]() | ![]() | ![]() |
In SAS 9.4 TS1M2, you might see the following error in your SAS log:
This occurs if all of the following are true:
The DYNALLOC service allocates resources for use within SAS during an active SAS session. For example, you might receive this failure if you reference a data set that does not exist and you specify DISP=SHR or DISP=OLD. A FILENAME statement that causes a DYNALLOC failure might stop responding. The SASLOG shows the error message but the job remains in the initiator and you must cancel it to clear it from the initiator.
Some of the SAS features that perform dynamic allocation are as follows:
Note that SAS dynamically allocates these data sets only when you use the physical data set name. If you reference Ddnames from your job's JCL, the files are not allocated via DYNALLOC.
To circumvent this problem, set the SAS system option NOFILEMSGS.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | z/OS | 9.4 TS1M2 | 9.4 TS1M3 |